﻿/*首页开始*/
.tongyLink{ width:100%; background:#ffff; display: none}
.tongyLink a{ float: left; margin: 0 15px; line-height: 30px; height: 30px; overflow: hidden; color: #666666}
a{text-decoration:none;color:#333333}
a:hover{text-decoration:underline;}
body {padding:0px;margin:0px auto;color:#333333;background:#ffffff; min-width:1200px;  font-family:"微软雅黑";font-size:14px;}
pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; Word-wrap: break-word;font-family:"微软雅黑";}
ul,p,h1,h2,h3,h4,h5,h6,li,p{padding:0px;margin:0px;list-style:none;}
select,input{ outline:0}
.page{ margin:0 auto; width:1200px}
img{ border:0 none}
a,img{ outline:0}
a{ text-decoration:none}
.fl{ float:left}
.fr{ float:right}
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animationName{animation-name: sfs !important;}
@-webkit-keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);} 50% {opacity: 1;}}
@keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);-ms-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}50% {opacity: 1;}}
.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn; }

.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);} 100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}  100% {opacity: 1;-webkit-transform: none;-ms-transform: none;transform: none;}}

@-webkit-keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;-ms-transform: none;transform: none;}}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none;-ms-transform: none;transform: none;}}
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes flipInX {0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}}
@keyframes flipInX {0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;opacity: 0;}  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}  100% {-webkit-transform: perspective(400px);-ms-transform: perspective(400px);transform: perspective(400px);}}
.flipInX {-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}


/*顶部*/
.head{height: 45px; line-height: 45px; background: #f2f2f2; position: relative; float:left; width:100%; font-size:14px;}
.head:after{ content: ''; height: 9px; background: url(../pic/head_bottom.png) no-repeat center; width: 100%; display: block; position: absolute; bottom: -9px; left: 0; }
.head h1,.head .fl{ max-width:900px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; font-size:14px; font-weight:normal}
.head .fl,.head .fr a{ color: #a8a9a9; }
.head .fr a { display: inline-block; padding-left: 45px; background: url(../pic/top_input.png) no-repeat 2px 6px; transition: 0.3s all ease-in-out; font-size: 14px; line-height: 45px; padding-right: 20px; cursor: pointer; position: relative; float:left;}
.head .fr .tel{ background-position:-114px 6px; }
.head .fr .wx{ background-position:-232px 6px; }
.head .fr a:hover,.head .fr strong:hover{ background-position-y:-46px; color: #fff; background-color: #006bbd}
.head .fr .wx .wxewm { width: 130px; height: 130px; position: absolute; top: 45px; z-index: 2; left: 0; display: none; }
.head .fr .wx .wxewm img{ width: 130px; height: 130px; display: block; }
.head .fr .wx:hover .wxewm { display:block}
/*LOGO*/
.top { padding: 30px 0; height: 90px; width: 100%; float:left}
.top > .page > .logo{ display: block; padding-right: 20px; height: 90px; }
.top > .page > .logo > a > img{display: block;height: 100%;width: auto;}
.top > .page > .logo > a{display: block;height: 100%; width: auto;}
.top > .page >.logo_2{display: block;height: 60px;padding-left: 20px; border-left: 1px solid #e7e7e7;margin-top: 13px;}
.top > .page >.logo_2 > strong{display: block;font-size: 22px; font-weight: bold;line-height: 32px;color:#343434;}
.top > .page >.logo_2 > p{display: block;font-size: 16px;line-height: 24px;color: #666;padding-bottom: 4px;}
.top > .page > .top_tel{height: 90px;display: block}
.top > .page > .top_tel > i{float:left;;background: url(../pic/btop_tel.png) 13px 13px no-repeat;width: 28px;height: 28px;display: block;padding: 12px;border:1px solid #006bbd;border-radius: 50%;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.top > .page > .top_tel > p{font-size: 24px;color: #006bbd;line-height:28px;height:50px;float:left;margin-left:10px;margin-top:7px; font-weight:bold}
.top > .page > .top_tel > p span{font-size: 16px;display: block;line-height: 22px; font-weight:normal}
/*菜单*/
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.index-nav{width: 100%;height: 60px;background-color: #006bbd;float: left;color:#fff;padding: 0 0 0 0;}
.index-nav-frame{width: 1200px;margin: 0 auto;height: 60px;}
.Nptline{z-index: 999;width: 120px;float: left;position: relative;display: block;outline: none;cursor: pointer;line-height: 60px;text-align: center;margin: 0;font-size: 16px;}
.Nptline.active{background: linear-gradient(to bottom right,#ec7302,#ea4501);    background: #ea4501\9;filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ec7302, endColorstr=#ea4501);   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ec7302, endColorstr=#ea4501)";}
.Nptline:hover{background: linear-gradient(to bottom right,#ec7302,#ea4501);    background: #ea4501\9;filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ec7302, endColorstr=#ea4501);   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ec7302, endColorstr=#ea4501)";}
.Nptline:hover .Nptcenter{height:auto;opacity: 1;}
.Nptline a{color:#fff;}
.Nptcenter a:first-child{margin-top:20px;}
.Nptcenter{width: 120px;background: url(../pic/u59.png) 50% 0 no-repeat;opacity: 0;display: block;height:0;position: absolute;overflow: hidden;transition: all 0.5s;margin-bottom: 1px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;/* Firefox 4 */-o-transition: all 0.5s; /* Opera */}
.Nptcenter a{width: 90%;font-weight: normal;font-size: 14px;text-align: center;background:#FFF;color: #000;float:left;height: 35px;line-height: 30px;margin: 0 auto;text-decoration: none;border-bottom: 1px solid #ededed;margin-left: 6px;z-index:99;margin-bottom: 1px;}
.Nptcenter a:hover{background: #ff8a00;color: white;}
.Nptline-focus:focus{display: none;}
/*轮播广告*/
.bn-alp { width:100%; height:500px; position:relative; float:left;  background: #ffed29 no-repeat;background-position:50% 0%; overflow:hidden }
.bn-alp ul,.bn-alp li { margin:0; padding:0; list-style:none; }
.bn-alp .abox { height:100%; position:relative; }
.bn-alp .abox li { width:100%; height:500px; background-position:50% 0%; background-repeat:no-repeat; background-color:#dddddd; background-size:cover; position:absolute; top:0; left:0; z-index:10; }
.bn-alp .abox li.on { z-index:99; }
.bn-alp .abox li img.bg { display:none; }
.bn-alp .abox li a.b { display:block; width:100%; height:100%; }
.bn-alp .i { bottom:25px; left:50%; margin-left:-50px; text-align:center; position:absolute; z-index:100;}
.bn-alp .i i { display:inline-block; margin-right:10px; width:20px; height:10px; background:#d2d2d2; border-radius:5px; cursor:pointer; transition: 0.3s all ease-in-out;}
.bn-alp .i i.on {background:#006bbd;width:40px; }
/*轮播下面*/
.main_30 > .page > .fl{padding-left:170px;background: url(../pic/main_30_l.jpg) no-repeat left center;height: 100px;font-size:26px;font-weight: 100;line-height: 40px; max-width:460px;}
.main_30 > .page > .fl > p{display: block;font-size: 15px;color: #999;line-height: 23px;padding-top: 5px;}
.main_30 > .page > .fl > span{color: #006bbd;}
.main_30 > .page > .fl > .main_30_l_f1{font-family: 'AVGARDN';font-size: 36px;display: inline-block;position: relative;top: 3px;left: 2px;}
.main_30 > .page > .fl > .str{font-weight: bold;font-size: 26px;}
.main_30{padding:20px 0;height: 100px; float:left; width:100%}
.main_item {float: right;padding: 0 20px;cursor:pointer;}
.main_item > i{display: block;width: 100px;height: 60px;position: relative;margin-top: 5px;}
.main_item > p{font-size: 15px;color: #666;line-height: 30px;display: block;text-align: center;transition:0.5s all ease-in-out;cursor:pointer;}
.main_item_1 i{background: url(../pic/bmain_30_1.png) 0 0px no-repeat;transition:0.5s all ease-in-out;}
.main_item_1:hover i{background: url(../pic/bmain_30_1.png) 0 -70px no-repeat;}
.main_item_2 i{background: url(../pic/bmain_30_2.png) 0 0px no-repeat;transition:0.5s all ease-in-out;}
.main_item_2:hover i{background: url(../pic/bmain_30_2.png) 0 -70px no-repeat;}
.main_item_3 i{background: url(../pic/bmain_30_3.png) 0 0px no-repeat;transition:0.5s all ease-in-out;}
.main_item_3:hover i{background: url(../pic/bmain_30_3.png) 0 -70px no-repeat;}
.main_item_4 i{background: url(../pic/bmain_30_4.png) 0 0px no-repeat;transition:0.5s all ease-in-out;}
.main_item_4:hover i{background: url(../pic/bmain_30_4.png) 0 -70px no-repeat;}
.main_item:hover  p{color: #006bbd}
/*关于我们*/
.company{ float:left; width:100%; padding:60px 0; background:url(../pic/case_bg.jpg) top center no-repeat;}
.company .page{    border-radius: 15px; height:345px; background: #ffffff; position:relative; padding:40px 40px; width:1120px}
.company .page:before {content: '';clear: both; display: block;width: 100%;height: 35px; background: url(../pic/company_in_bg.png) no-repeat center; position: absolute; bottom: -35px; left:0}
.company .fl{ width:600px; float:left; height:345px; border:1px solid #ededed; padding:4px; position:relative}
.company .fl img{ left:0; right:0; top:0; bottom:0; margin:auto; position:absolute; max-width:600px; max-height:345px;}
.company .fr{ float:right; width:470px;background: url(../pic/company_tit.png) no-repeat 0 0;}
.company .fr strong{font-size: 30px; color: #343434; line-height: 45px; display: block; padding-top: 25px;}
.company .fr strong .color { font-size: 30px;    color: #006bbd;    display: inline-block;}
.company .fr strong .small { display: block;  font-size: 15px;  color: #343434;  font-weight: 100;  line-height: 20px;}
.company .fr p {font-size: 14px;color: #777;text-indent: 2em;line-height: 28px;padding-top: 20px; font-weight: 100;height:175px;}
.company_in_btn a{display: block;border: 1px solid #006bbd; border-radius: 50px;line-height: 36px;width: 140px;height: 36px;text-align: center;float:left;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin-top: 25px;margin-right: 20px; text-decoration:none}
.company_in_btn a:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;background: #006bbd;background: -moz-linear-gradient(top, #006bbd 0%, #007ad8 100%);background: -webkit-linear-gradient(top, #006bbd 0%,#007ad8 100%);background: linear-gradient(to bottom, #006bbd 0%,#007ad8 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbd', endColorstr='#007ad8',GradientType=0 );}
.company_in_btn a  i{color: #006bbd;font-style: normal;font-size: 15px;display: block;line-height: 36px;width: 100%;position: relative;z-index: 3;transition: 0.3s all ease;}
.company_in_btn a.comapny_in_btn_r{border-color:#eb3d01}
.company_in_btn a.comapny_in_btn_r i{color:#eb3d01}
.company_in_btn a:hover:before{left:0;}
.company_in_btn a:hover{border-color: rgba(255,255,255,0)}
.company_in_btn a:hover i{color: #fff;}
.company_in_btn a.comapny_in_btn_r:before{background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );}
/*最新产品*/
.prod{padding: 50px 0;background: url(../pic/prod_bg.jpg) top center;width: 100%;display: block; float:left}
.prod_row1{padding: 0px 0 30px;  width:1200px; margin:0 auto; position:relative; height:60px;}
.prod_row1 .li01{background: url(../pic/bprod_tit.png) no-repeat left center;display: block;height: 60px;font-size: 30px;color:#006bbd;line-height: 35px;padding: 5px 0px 5px 80px;float: left; width:420px}
.prod_row1 .li01 .str{font-weight: bold;font-size: 30px;color:#006bbd}
.prod_row1 .li01 .small{display: block;font-size: 15px;color: #666;line-height: 25px;}
.prod_row1 ul{ float:left; }
.prod_row1 ul li{ float:left; margin-left:50px;line-height: 70px;font-size: 27px;display: block;padding-left: 30px;position: relative;color: #343434;font-weight: bold; position:relative}
.prod_row1 ul .normal:after{content: '';display: block;width: 10px;height: 10px;border: 1px solid #aaa;border-radius: 50%;position: absolute;top:30px;left: 0px;transition: 0.3s all ease;box-shadow: 0 0 0px 0px rgba(35,12,111,0.0);transform: rotate(0deg)}
.prod_row1 ul .active:after{box-shadow: 0 0 1px 6px #006bbd54;background:#006bbd;border-color:#006bbd;content: '';display: block;width: 10px;height: 10px;border: 1px solid #006bbd;border-radius: 50%;position: absolute;top:30px;left: 0px;transition: 0.3s all ease;transform: rotate(0deg)}
.prod_row1 ul .normal:hover:after{box-shadow: 0 0 1px 6px #006bbd54;background:#006bbd;border-color:#006bbd;}
.prod_row1 ul li:hover{color: #006bbd;}
.prod_row1 .li02{ float:right; line-height:60px;}
.none{ display:none}
.floornr{ width:1200px; margin:0 auto}
.floornr .w300{ float:left; width:300px; min-height:686px; background:url(../pic/w300bg.jpg) left bottom no-repeat; position:relative}
.floornr .w300 span{font-size: 24px;font-weight: 100;color: #fff;line-height: 40px; display: block;position: relative; font-weight:bold; float:left; padding-left:20px; padding-top:30px; width:280px;}
.floornr .w300 p{    font-size: 15px;color: #fff;line-height: 20px;display: block; float:left;padding-left:20px; padding-top:5px; padding-bottom:20px; width:280px;}
.floornr .w300 a{display: block; margin-left:20px; width:120px;color: #aaa; float: left; font-size: 14px; border-radius: 5px; background: #343434; text-align: center; line-height: 32px; margin-bottom: 10px; transition: 0.3s all ease;}
.floornr .w300 a:hover{color: #fff;background-color:#eb3d01;}
.floornr ul{ float:right; width:894px;}
.floornr ul a{ width:260px; margin-left:30px; float:left; height:320px; overflow:hidden; padding:4px; background:#ffffff; margin-bottom:30px; position:relative}
.floornr ul a span{ width:260px; height:260px; float:left; position:relative}
.floornr ul a span img{ left:0; right:0; top:0; bottom:0; position:absolute; margin:auto; max-height:260px; max-width:260px;}
.floornr ul a h2{ float:left; width:260px; font-size:14px; font-weight:normal; line-height:25px; padding:5px 0 0 0; height:50px; position:relative; z-index:3; overflow:hidden}
.floornr ul a:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: -100%; top: 0; transition: 0.3s all ease; background: #006bbd\9; background: -moz-linear-gradient(top, #006bbd 0%, #007ad8 100%);background: -webkit-linear-gradient(top, #006bbd 0%,#007ad8 100%); background: linear-gradient(to bottom, #006bbd 0%,#007ad8 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbd', endColorstr='#007ad8',GradientType=0 );}
.floornr ul a:hover:before{left:0;}
.floornr ul a:hover h2{ color:#ffffff}
.floornr .w300 i {display: block; width: 50px; height: 50px; border: 1px solid #fff; border-radius: 50px;background: url(../pic/prod_in_btn.png) no-repeat center; position: absolute; top: 15px; right: 15px;transition: 0.3s all ease;}
.floornr .w300 i:hover{background-color: #006bbd;border-color:#006bbd }
/*优势*/
.advp{padding: 50px 0;width:1200px; margin:0 auto; overflow:hidden}
.advp .tittle{ border-bottom:1px solid #ededed; height:24px; float:left; width:1200px; position:relative; }
.advp .tittle span{ position:absolute; z-index:2; text-align:center; width:300px; margin-left:-150px; left:50%; font-size:30px; font-weight:bold; background:#ffffff}
.advp .ysbj{ float:left; width:1200px;}
.advp .ysbj li{ float:left; width:350px; margin:60px 50px 0 0; padding-left:200px; height:127px;    transition: 0.3s all ease;}
.advp .ysbj li span {color: #4bad29; font-size: 16px; font-weight: bold; line-height: 36px; padding-top:20px; float:left; color:#006bbd}
.advp .ysbj li p{ line-height:26px; float:left;}
.advp .ysbj .ysk1{ background:url(../pic/bys1.jpg) no-repeat;}
.advp .ysbj .ysk2{ background:url(../pic/bys2.jpg) no-repeat;}
.advp .ysbj .ysk3{ background:url(../pic/ys3.jpg) no-repeat;}
.advp .ysbj .ysk4{ background:url(../pic/ys4.jpg) no-repeat;}
/*通栏广告*/
.ads{ background:url(../pic/bads_bg2.jpg) center top no-repeat; float:left; width:100%; height:200px;}
.ads_l{width: 485px; float:left; padding-top:20px;}
.ads_l strong{font-size: 30px;color: #fff;}
.ads_l strong .color{font-size: 30px;color: #eb3d01;}
.ads_l p{font-weight: normal;color: #fff;font-size: 15px;color: #afa9c0;line-height: 26px;display: block}
.ads_l > a{display: block;border: 1px solid #fff; border-radius: 50px;line-height: 40px;width: 130px;height: 40px;text-align: center;float:right;padding-left: 30px;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin-top: 25px;}
.ads_l > a:before{content: '';display: block;width: 100%;background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;}
.ads_l > a:hover:before{left:0;}
.ads_l > a:hover{border-color: rgba(255,255,255,0)}
.ads_l > a:after{content: '';width: 24px;height: 24px;display: block;position: absolute;background: url(../images/ads_contact.png) no-repeat center;left: 30px;top: 8px;}
.ads_l > a > i{color: #fff;font-style: normal;font-size: 15px;display: block;line-height: 40px;width: 100%;position: relative;z-index: 3;}
.ads_tel{ float:left; color:#ffffff; font-size:24px; font-weight:bold; padding-left:65px;padding-top:20px;}
.ads_tel span{ font-size: 16px;display: block;line-height: 22px;font-weight: normal;}

/*   荣誉  */
.rongyu {width: 100%;float: left;padding: 50px 0px;padding: 60px 0; background: url(../pic/case_bg.jpg) repeat center; width:100%; float:left}
.rongyu .ul{ width:1200px; margin:0 auto;}
.rongyu .ul .RYC{ float:left; width:1200px; margin-top:20px; height:220px; padding-bottom:10px;  position:relative}
.rongyu .ul .RYC .left{ float:left;  width:30px; height:220px; cursor:pointer; position:relative}
.rongyu .ul .RYC .right{ float:right;  width:30px; height:220px;; cursor:pointer; position:relative}
.rongyu .ul .RYC .ul01{float:left; padding:10px; width:245px; height:200px;  box-shadow: 0 3px 15px 0 rgba(53,53,53,.15); background:#ffffff; margin:0px 10px; }
.rongyu .ul .RYC .ul01 .li01{float:left; width:245px; height:150px;    position: relative;}
.rongyu .ul .RYC .ul01 .li01 img{    margin: auto;    position: absolute;    top: 0;    left: 0;    bottom: 0;    right: 0;max-width:245px; max-height:150px; }
.rongyu .ul .RYC .ul01 .li02{float:left;  width:245px; height:50px; line-height:50px; overflow:hidden;color:#666666;text-overflow:ellipsis; -o-text-overflow:ellipsis;  white-space:nowrap; overflow:hidden;font-family: '微软雅黑'; text-align:center;    font-weight: 400;    font-style: normal;    font-size: 16px;}
.RYC .swiper{width: 1140px;height: 220px;position: relative;display: inline-block;overflow: hidden}
.RYC .swiperBox{height: 220px;position: absolute;top: 0px;left: 0px;}

.comp_ibtn { width: 50px; height: 50px; background: #343434 url(../pic/20180504195026_1946572546.png) no-repeat; display: block; position: absolute; top: 75px; cursor: pointer;  transition: 0.3s all ease-in-out;}
.comp_ibtnl:after{ content: ''; border-bottom: 50px solid #343434; border-right: 13px solid transparent; position: absolute; bottom: 0; right: -13px; transition: 0.3s all ease-in-out; }
.comp_ibtnl:hover:after{border-bottom: 50px solid #09348b; border-right: 13px solid transparent; }
.comp_ibtnr:after{ content: ''; border-bottom: 50px solid #343434; border-left: 13px solid transparent; position: absolute; bottom: 0; left: -13px; transition: 0.3s all ease-in-out; }
.comp_ibtnr:hover:after{border-bottom: 50px solid #09348b; border-left: 13px solid transparent;}
.comp_ibtnl:before{ content: ''; border-top: 10px solid #454545; border-left: 25px solid transparent; position: absolute; bottom: -10px; left: 0; transition: 0.3s all ease-in-out; }
.comp_ibtnr:before{ content: ''; border-top: 10px solid #454545; border-right: 25px solid transparent; position: absolute; bottom: -10px; right: 0; transition: 0.3s all ease-in-out; }
.comp_ibtnl:hover:before{border-top: 10px solid #006bbd; border-left: 25px solid transparent;}
.comp_ibtnr:hover:before{border-top: 10px solid #006bbd; border-right: 25px solid transparent}
.comp_ibtnl{ left: 15px; background-position: left center; z-index:9999 }
.comp_ibtnr{ right: 15px; background-position: right center;; z-index:9999}
.comp_ibtn:hover{ background-color: #09348b; }


.hotnav:after{content: '';display: block;clear: both;}
.hotnav{width: 360px;margin: 0 auto;padding:0px 0 30px;}
.hotnav li{display: block;float:left;width:150px;transition: 0.3s all ease;border:1px solid #ccc;margin-left: -1px;position: relative;overflow: hidden}
.hotnav li:after{content: '';display: block;width: 20px;height: 20px;position:absolute;left:-52px;top:9px;transition: 0.3s all ease}
.hotnav li.cur:after{left:52px;}
.hotnav li.company_list_1:after{background: url(../pic/company_r2_i1.png) no-repeat center;}
.hotnav li.company_list_1{border-top-left-radius: 50px;border-bottom-left-radius: 50px;transform:rotate(0deg)}
.hotnav li.company_list_2{border-top-right-radius: 50px;border-bottom-right-radius: 50px;transform:rotate(0deg)}
.hotnav li a{display: block;text-align: center;font-size: 15px;color: #888;line-height: 38px;position: relative;z-index: 2;}
.hotnav li.cur{width: 175px;padding-left: 25px;border: 1px solid #006bbd;background: #006bbd;}
.hotnav li.cur a{color: #fff}
.rongyu .tittle{ border-bottom:1px solid #dadada; height:24px; float:left; width:1200px; position:relative; margin-bottom:50px }
.rongyu .tittle span{ position:absolute; z-index:2; text-align:center; width:300px; margin-left:-150px; left:50%; font-size:30px; font-weight:bold; background: url(../pic/case_bg.jpg) repeat center;}

/*   新闻  */
.new2019{ width:800px;  margin-top:20px; float:left; background:#ffffff; height:535px;}
.new2019 .nav19{width:760px;float: left;border-bottom: 1px solid #ededed; padding-left: 20px; position: relative; font-size: 18px; font-weight: bold; color: #000000; padding-top: 20px;padding-bottom: 10px;}
.new2019 .nav19 i{ position:absolute; right:0; font-style:normal; font-size:14px; color:#888888; top:20px; font-weight:normal}
.new2019 .mainM{ float:left;padding-left:20px;width:360px; padding-top:20px;}
.kehucase{float:left; width:360px; }
.kehucase .ul{ width:360px; margin:0 auto; overflow:hidden; float:left; position:relative}
.kehucase .ul .left1{  width:50px; background:url(../pic/leftjt.png) center center no-repeat; height:220px;  position:absolute; left:0; cursor:pointer; z-index:3 }
.kehucase .ul .right1{  width:50px; background:url(../pic/rightjt.png) center center no-repeat; height:220px;  position:absolute; right:0; top:0; cursor:pointer}
.kehucase .ul .neirong{  width:360px; height:220px; overflow:hidden;  }
.kehucase .ul .neirong li{ width:360px; float:left; padding:0px 0 0 0px; height: 220px;text-align:center; position:relative;overflow:hidden}
.kehucase .ul .neirong img{ max-width:360px; height:auto; position:absolute; left:0;right:0;margin:auto; top:0;bottom:0}
.new2019 .nlst1{ width:360px; float:left; margin-top:20px; }
.new2019 .nlst1 span{ background:#ffeae6; color:#ff2900; float:left; height:26px; width:60px; text-align:center; line-height:26px;}
.new2019 .nlst1 h2{ float:left; padding-left:10px; line-height:26px; width:280px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; font-weight:normal; font-size:16px;}
.new2019 .nlst1 p{ float:left; width:360px; font-size:14px; color:#999999; padding-top:10px; line-height:27px;}
.new2019 .nlst2{ float:right; width:370px; padding-right:20px;}
.new2019 .nlst2 .li01{ float:left; width:370px; border-bottom:1px solid #ededed; font-size:16px; position:relative;padding-top: 20px;    padding-bottom: 10px;}
.Ii2{ position:absolute; left:0px; width:63px; height:3px; background:#000; bottom:-1px}
.new2019 .nlst2 .li01 strong{ color:#ff2900;}
.new2019 .nlst2 .li02{ float:left; width:370px;    padding-top: 10px; }
.new2019 .nlst2 .li02 a{ width:360px; float:left; position:relative; padding: 10px 0 8px 10px; height:16px; line-height:16px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
.new2019 .nlst2 .li02 a i{ position: absolute; border-radius: 50%; width: 3px;height: 3px; top: 19px; left: 0px;background: #000;}

/*   常见问题  */
.qyzx2019{ float:right; width:380px; background:#ffffff; margin-top:20px; height:535px;}
.qyzx2019 .nav19 {width: 360px; float: left; border-bottom: 1px solid #ededed; padding-left: 20px; position: relative; font-size: 18px; font-weight: bold; color: #000000; padding-top: 20px; padding-bottom: 10px;}
.qyzx2019 .nav19 i{ position:absolute; right:0; font-style:normal; font-size:14px; color:#888888; top:20px; font-weight:normal}
.qyzx2019 .com19{ float:left; width:340px; padding:0px 20px 0px 20px;}
.qyzx2019 .com19 li{ float:left; width:340px; height:20px;line-height:20px; margin-top:20px}
.qyzx2019 .com19 li i{ background:#f2f2f2; width:20px; height:20px; text-align:center; float:left; font-style:normal; color:#333333}
.qyzx2019 .com19 li .nom1{ background:#006bbd; color:#fff}
.qyzx2019 .com19 li .nom2{ background:#007ad7; color:#fff}
.qyzx2019 .com19 li .nom3{ background:#1691f0; color:#fff}
.qyzx2019 .com19 li span{ display:none;}
.qyzx2019 .com19 li p{ float:left; padding-left:10px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; height:20px; width:310px;}
.qyzx2019 .com19 .cur{ float:left; width:340px; height:80px;line-height:20px; margin-top:20px; background:#f6f6f6}
.qyzx2019 .com19 .cur span{ margin-left:10px; margin-top:15px; position:relative; display:block;float:left; padding-left:20px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; height:20px; width:300px;}
.qyzx2019 .com19 .cur span img{ position:absolute; left:0; right:0; top:0; bottom:0; max-height:50px; max-width:50px; margin:auto}
.qyzx2019 .com19 .cur p{ float:left; width:248px;margin-top:15px; padding-left:10px; line-height:20px; font-size:18px; font-weight:bold;overflow: hidden; height:20px;word-wrap: break-word;word-break: break-all;white-space: pre-line; }

/*   留言  */
.feedback{ float:left; background:url(../pic/feedback_bg.jpg) top center no-repeat; width:100%; padding:40px 0; margin-top:20px;}
.feedback .Page1C2{padding: 30px 40px; float:left;background: #fff; width: 630px; height:378px;}
.feedback .Page1C2 > strong{display: block;padding-left: 80px;background: url(../pic/bcase_tit.png) no-repeat left center;font-weight: bold;font-size: 26px;color: #343434;line-height: 28px;margin-bottom: 20px;}
.feedback .Page1C2 > strong .small{display: block;font-size: 15px;line-height: 22px;padding-top: 5px;font-weight: 100;color: #666;}
.feedback .Page1C2 textarea{ height:100px;}
#tianxieone{ float:left; width:630px; padding:10px 0}
#tianxietwo{ float:left; width:130px; text-align:right;}
#tianxiethree{ float:left;}
#liuyanshenming{ float:left; text-align:center; width:630px; padding-bottom:20px;}
#lytijiao { width:100px;  padding:0px 0px 0px 0px; margin:0 auto}
#lytijiao input{ padding:8px 40px; border:0px; outline:0; background:#006bbd; color:#ffffff; font-weight:bold;    border-radius: 5px;}
.feedback .fr{background: url(../pic/bfeedback_r.jpg) no-repeat center #110c70;width: 380px;height: 338px;padding:50px 40px;}
.feedback .fr p{font-size: 20px;font-weight: bold;color: #fff;display: block;text-align: center;line-height: 30px;padding: 0 0 30px;}
.feedback .fr p > span{display: block}
.feedback .fr p > .en{font-size: 12px;font-weight:100;color: #dbdaf1;line-height: 24px;}
.feedback .fr p > .str{font-size: 24px;line-height: 34px;}
.feedback_r_t_row2{border:1px solid #fff;padding:20px;text-align: center;color: #fff;font-size: 16px;line-height: 28px;}
.feedback_r_a > a{display: block;border: 1px solid #fff; border-radius: 50px;line-height: 40px;width: 130px;height: 40px;text-align: center;padding-left: 30px;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin: 30px auto 0;border-color: rgba(255,255,255,0)}
.feedback_r_a > a:before{content: '';display: block;width: 100%;background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;left:0;}
.feedback_r_a > a:after{content: '';width: 24px;height: 24px;display: block;position: absolute;background: url(../pic/ads_contact.png) no-repeat center;left: 30px;top: 8px;}
.feedback_r_a > a > i{color: #fff;font-style: normal;font-size: 15px;display: block;line-height: 40px;width: 100%;position: relative;z-index: 3;}
/*   底部  */
.copy{ background: #333; padding: 20px 0 0; width:100%; float:left;}
.copy .copy_row2 { height: 260px; overflow: hidden; width: 1200px; margin:0 auto;position: relative;}
.copy .copy_row2 ul{ float: left; padding: 30px 30px 30px 40px; background: url(../pic/20180905140430_975406376.jpg) no-repeat left center; margin: 0 25px 0 0;width: 100px;height: 190px;}
.copy .copy_row2 > div{ float: left; padding: 30px 0px 30px 60px;margin: 0 30px 0 0;width: 450px;height: 190px; position: relative;}
.copy .copy_row2 > div:before{content: '';display: block;width: 1px;height: 200px;background: #454545;position: absolute;left: 20px;top: 65px}
.copy .copy_row2 > div:after{content: '';display: block;width: 40px;height: 40px;background: #454545;border-radius: 50%;position: absolute;top: 25px;left: 0;}
.copy .copy_row2 > div.copy_list1:after{background: #454545 url(../pic/friendlink_l.png) no-repeat center;}
.copy .copy_row2 > div.copy_list1 a{ float:left; width:150px; overflow:hidden;display: block; color: #bbb; line-height: 28px; font-size: 13px;}
.copy .copy_row2 ul.ewm {width: 220px; margin: 0;}
.copy .copy_row2 ul.ewm .ewm_in{ float: left; margin:30px 10px; }
.copy .copy_row2 ul.ewm .ewm_in img{ display: block; width: 90px; }
.copy .copy_row2 ul.ewm .ewm_in p{ color: #bbb; display: block; line-height: 30px; text-align: center; }
.copy .copy_row2 ul .copy_tel{ background: url(../pic/20180905140455_436962388.jpg) no-repeat left center; padding:10px 0 5px 60px; font-size: 22px; line-height: 40px; display: block; color: #fff; font-family: arial; font-weight: 100; }
.copy .copy_row2 ul.copy_contact { width: 290px; padding-right: 0; margin-right: 0;  float: right;}
.copy .copy_row2 ul.copy_contact p{ color: #bbb; display: block; line-height: 25px; }
.copy .copy_row3{ width: 100%; height: 55px; line-height: 55px; background:#ffffff; text-align:center;color: #999999; }
.copy .copy_row3 a { color: #999999; }
.copy .copy_row3 a:hover{ color: #006bbd; text-decoration:underline; }

/*   内页-面包屑  */
.mbx{ margin:0 auto; width:1160px; background:url(../pic/bmbxn.png) 0px 20px no-repeat; height:30px; padding-left:40px; overflow:hidden; padding-top:20px; line-height:30px;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
/*   内页-产品分类  */
.container{ margin: 0 auto; width:1198px;border: 1px solid #e7eaf1;  border-radius: 5px !important;  box-shadow: 0 1px 3px rgba(0,37,55,0.05); margin-top:20px;}
.container ul { list-style: none; margin: 0;height:30px; line-height:30px; padding: 10px 0; text-align: center;}
.container ul li { white-space: nowrap; display: inline-block; float: none;    position: relative; padding:0px 10px}
.container ul li::after { display: inline-block; width: 0; height: 0; margin-left: .286rem; content: ''; vertical-align: middle; border-top: .286rem solid; border-right: .286rem solid transparent; border-left: .286rem solid transparent; margin-right: 0; margin-left: .3em;}
.container ul .dropdown::after{ display:none}
.container ul li .dropdown-menu{ position:absolute; top:30px; width:100px; background:#ffffff; height:auto; display:none; padding:10px; z-index:3}
.container ul li .dropdown-menu a{ float:left; width:100px; text-align:left; line-height:35px; }
.container ul li:hover  .dropdown-menu{ display:block}

/*   内页-产品类别  */
.cpzs{ margin:0 auto; width:1240px; overflow: hidden;}
.cpzs a{ width:270px; margin-left:20px; margin-right:7px; float:left; height:330px; overflow:hidden; padding:4px; border:1px solid #ededed;box-shadow: 0 1px 3px rgba(0,37,55,0.05); background:#ffffff; margin-top:30px; position:relative}
.cpzs a span{ width:270px; height:270px; float:left; position:relative}
.cpzs a span img{ left:0; right:0; top:0; bottom:0; position:absolute; margin:auto; max-height:270px; max-width:270px;}
.cpzs a h2{ float:left; width:260px; font-size:14px; font-weight:normal; line-height:25px; padding:5px 0 0 0; height:50px; position:relative; z-index:3; overflow:hidden}
.cpzs a:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: -100%; top: 0; transition: 0.3s all ease; background: #006bbd\9; background: -moz-linear-gradient(top, #006bbd 0%, #007ad8 100%);background: -webkit-linear-gradient(top, #006bbd 0%,#007ad8 100%); background: linear-gradient(to bottom, #006bbd 0%,#007ad8 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbd', endColorstr='#007ad8',GradientType=0 );}
.cpzs a:hover:before{left:0;}
.cpzs a:hover h2{ color:#ffffff}
/*   内页-翻页  */

.hpage{font-size: 14px;width:1200px;margin:0 auto;text-align:center;padding:50px 0px 50px 0px;color:#333333;overflow: hidden;}
.hpage span{ font-size:12px; color:#ffffff;background:#000000; padding:2px 8px; border:1px solid #000000;margin-right:0px;font-size:14px; border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.hpage a{margin: 0 5px;text-decoration:none;color:#303030;padding: 2px 8px;border:1px solid #B1B1B1;font-size: 14px;border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.hpage a:hover{ color:#ff6600; text-decoration:none}


/*   内页-详细描述轮播  */

.house_con{ width:1180px; background:#ffffff; padding:9px;border: 1px solid #dedede;box-shadow: 0 1px 3px rgba(0,37,55,0.05);;margin: 0 auto; overflow: hidden;  margin-top: 20px;}

.house_con .jieshao{ float:right; width:560px;}
.house_con .jieshao h1{ float:left; width:550px; font-size:18px; line-height:30px; max-height: 60px; overflow:hidden; padding:10px 10px 0 0; margin-bottom:10px;}
.house_con .jieshao .price_con { float:left;padding-bottom: 5px; width: 560px; overflow: hidden; border-bottom:1px dashed #dedede}
.house_con .jieshao .price_con i {    font-size: 30px;    font-weight: bold;    color: #FF0000;    font-style: normal;}
.house_con .jieshao .two{ float:left; line-height:25px; font-size:14px; color:#000000;padding:10px 0 10px 0; width:560px;}
.house_con .jieshao .two font{ color:#999999; float:left; width:80px;}
.house_con .jieshao .two span{ float:right; width:480px;}
.house_con .jieshao .san{ float:left; line-height:30px; font-size:14px; color:#000000; width:560px; padding:40px 0 0 0}
.house_con .jieshao .san .zx{ display: block;width: 200px; height: 50px;float: left;font-size: 22px;color: #fff;line-height: 48px;background: #ea4501;text-align: center;text-decoration: none; border-radius: 100px;transition: 0.3s all ease-in-out;}
.house_con .jieshao .san .zx img { position: relative; top: 4px; margin-left: 8px;}
.linex{border-bottom:1px dashed #dedede;}
        .house_con_lf{position: relative; margin: 0 auto;float:left; width:600px;}
        .house_imgs{position: relative; z-index: 8;  width: 100%; overflow: hidden;}
        .house_bigImg{margin-bottom: 10px; width: 600px; height: 404px; overflow: hidden; float:left; position:relative}
        .house_bigImg img{margin: auto;left: -50%;right: -50%;top: -50%;bottom: -50%;position: absolute;max-width: 600px;height: auto;max-width: 400px;}
        .house_bigImg ul li{position: relative; z-index: 9;}
        .project_img{width: 670px; height: 445px; overflow: hidden;}
        .project_img dl{width:auto; height:445px; overflow: hidden;}
        .project_img dl dd{float: left; width: 670px; height: 404px;}
        .house_smallImg{position: relative; margin-top: 0px;  height: 67px; overflow: hidden; float:left; width:540px; margin-left:30px; margin-right:30px;}
        .house_smallImg ul{width: 100%;}
        .house_smallImg ul li{position:relative; float: left;  width: 100px;margin-right:10px;}
        .house_smallImg ul li img{display: block; width: 100px; height: 67px; cursor: pointer;}
        .house_smallImg ul li.on img{width: 100px; height: 65px; border: 1px #f23742 solid;}
        .house_smallImg ul li .bun_bg{display: block; position: absolute; bottom: 0; left: 0; z-index: 9; width: 126px; height: 27px; line-height: 26px; text-align: center; font-size: 14px; color: #FFF; background: rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f000000,endColorstr=#2f000000);    /*IE8鏀寔*/ cursor: pointer;}
        .house_smallImg ul li.on .bun_bg{width: 122px; bottom: 2px; left: 2px;}
        span.house_imgs_lf{display: block;position: absolute; left:0px; bottom: 0px; z-index: 10; width: 20px; height: 67px;background:#ccc; cursor:pointer;background:url(../pic/left_arrow.png) 0px 0px no-repeat;}
        span.house_imgs_rt{display: block; position: absolute; right:0px; bottom: 0px; z-index: 10; width: 20px; height: 67px; background:#ccc; cursor:pointer; background:url(../pic/right_arrow.png) 0px 0px no-repeat; }
        span.house_imgs_lf:hover{background:url(../pic/left_arrow_h.png) 0px 0px no-repeat;}
        span.house_imgs_rt:hover{background:url(../pic/right_arrow_h.png) 0px 0px no-repeat;}

/*   内页-详细描述，产品分类。  */
.cpmshu{ width:1200px; margin:0 auto; overflow:hidden; margin-top:20px; padding-bottom:20px;}
.cpmshu .cpfl{ width:250px; background:#006bbd;  border-bottom:5px solid #006bbd}
.cpmshu .cpfl .li01{ float:left; width:250px; text-align:center;    font-size: 22px;    color: #FFFFFF;    text-align: center; line-height: 35px;   display: block;    padding-top: 25px;font-weight:bold;}
.cpmshu .cpfl .li02 {color: #f7f7f7; font-size: 12px;  display: block;  text-align: center; float:left; width:250px;    line-height: 35px;}
.cpmshu .cpfl .li03 a.sub{/* background: #ececec; *//* display: none; */color: #525252;}
.cpmshu .cpfl .li03 {width: 240px;background: #fff;margin-left: 5px;/* border-radius: 10px; */padding-bottom: 10px;padding-top: 10px;float:left;/* padding-left: 20px; */}
.cpmshu .cpfl .gundong{max-height: 380px;overflow: auto;overflow-x: hidden;}
.cpmshu .cpfl .gundong::-webkit-scrollbar {/*滚动条整体样式*/  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/  height: 6px;}
.cpmshu .cpfl .gundong::-webkit-scrollbar-thumb {/*滚动条里面小方块*/  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);  background: rgba(0,0,0,0.4);}
.cpmshu .cpfl .gundong::-webkit-scrollbar-track {/*滚动条里面轨道*/  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);  border-radius: 0;  background: rgba(0,0,0,0.05);}
.cpmshu .cpfl .li03 h2{ float: left; width: 180px; font-size: 15px; line-height: 40px; background: url(../pic/jiantou.png) no-repeat 4px center; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; position: relative; padding-left: 20px; margin-bottom: 15px;margin-left: 20px; border-bottom:1px solid #ededed}
.cpmshu .cpfl .li03 h3{float: left;width: 160px;font-size: 13px;line-height: 40px;padding-left: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;margin-bottom: 15px;    display: none;margin-left: 20px;border-bottom: 1px dashed #ededed;font-weight: normal;}
.cpmshu .cpfl .li03 h3:before{     position: absolute;
    content: "";
    left: 22px;
    width: 6px;
    height: 6px;
    background: #afafaf;
    border-radius: 50%;
    top: 17px;}
.cpmshu .cpfl .li03 h2:hover{background: #006bbd;}
.cpmshu .cpfl .li03 h2:hover a{color:#fff}
.cpmshu .cpfl .li03 h2:hover span{ color:#ffffff}
.cpmshu .cpfl .li03 h3:hover{background: #006bbd;}
.cpmshu .cpfl .li03 h3:hover a{color:#fff}
.cpmshu .cpfl h2 span{position: absolute;right: 10px; cursor:pointer}
.cpmshu .cpfl .li03 a:hover{color:#FFF;}
.cpmshu .cpfl .demo{overflow:hidden; width:250px;  min-height:300px;  max-height:500px; float:left}
.cpmshu .cpfl .demo img{ width:250px; margin-top:10px;}
.cpmshu .miaoshu{width:890px; padding:19px 19px; border:1px solid #ededed; box-shadow: 0 1px 3px rgba(0,37,55,0.05); line-height:25px; font-size:14px;table-layout: fixed;  word-wrap: break-word;   overflow: hidden;}
.cpmshu .miaoshu img{ max-width:890px; padding:10px; 0}
.paging_prev { float: left;    width: 890px;    line-height: 30px;    padding: 10px 0px 0 0px;    font-size: 14px;}
.cpmshu .miaoshu .contern{ float:left; width:890px; margin-bottom:50px; padding-top:30px;}
.cpmshu .miaoshu .tittle{ float:left; border-bottom:1px solid #ededed; font-size:16px; font-weight:bold; width:890px; padding-bottom:10px; position:relative}
.cpmshu .miaoshu .tittle:before{content:""; position:absolute; width:60px; height:3px; background:#006bbd; left:0px; bottom:-2px}
.cpmshu .miaoshu .tittle span{ position:absolute; right:0; bottom:12px; font-size:14px; color:#888888 ; font-weight:normal}
.cpmshu .miaoshu .h1{ width:890px; font-size:24px; font-weight:bold; float:left;text-overflow: ellipsis; -o-text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; padding-top:30px; text-align:center}
.cpmshu .miaoshu .text{width:890px; float:left; text-align:center; padding:20px 0 20px 0; border-bottom:1px solid #ededed; color:#888888}

/*   内页-资讯列表  */

.cpmshu .newslist{width:890px; padding:19px 19px; border:1px solid #ededed; box-shadow: 0 1px 3px rgba(0,37,55,0.05); line-height:25px; font-size:14px;float:right} 
.cpmshu .newslist .tittle{width:890px; float:left; font-weight:bold; font-size:16px; position:relative; padding-bottom:10px; border-bottom:1px solid #ededed; background:url(../pic/bbnewsbg.png) 0 0 no-repeat; height:20px; line-height:20px; padding-left:25px;}
.cpmshu .newslist .tittle:before {content:""; position:absolute; bottom:-1px; left:0; width:90px; height:3px; background:#006bbd}
.cpmshu .newslist li{ float:left; border-bottom:1px solid #ededed; padding:15px 0;    width: 890px;}
.news_con_img{width: 200px;  height: 135px;  position: relative;  float: left;  border: 1px solid #e6e6e6;  font-size: 0px; padding:4px;}
.news_con_img img{margin: auto; left: 0; right: 0; top: 0;  bottom: 0; position: absolute;max-width: 200px;  max-height: 135px;}
.news_con_txt{ float:right; width:660px; position:relative; height:145px;}
.news_con_txt h2{width: 660px;float: right; color: #333333;height: 40px;overflow: hidden; padding: 10px 0 0 0; line-height: 20px; text-overflow: ellipsis; -o-text-overflow: ellipsis; font-weight:normal; white-space: nowrap;   overflow: hidden;}
.news_con_txt p{max-height: 50px;line-height: 25px;font-size: 14px; color: #666; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;float: left; color:#666666}
.news_con_txt i{ font-style:normal;display: block; padding-top: 10px; line-height: 30px; font-size: 14px; font-style: normal; position:absolute; left:0px; bottom:0; color: #999999;}

.news_con_txt1{ float:left; width:880px; position:relative; padding-left:10px;}
.news_con_txt1:before{content:""; position:absolute; left:0;  top:17px; width:6px; height:6px; border-radius:50%; background:#ec7302}
.news_con_txt1 h2{width: 880px;float: left; color: #333333;height: 40px;overflow: hidden; padding: 10px 0 0 0; line-height: 20px; text-overflow: ellipsis; -o-text-overflow: ellipsis; font-weight:normal; white-space: nowrap;   overflow: hidden;}
.news_con_txt1 p{max-height: 50px;line-height: 25px;font-size: 14px; color: #666; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;float: left; color:#666666}
.news_con_txt1 i{ font-style:normal;display: block; padding-top: 10px; line-height: 30px; font-size: 14px; font-style: normal; float:left; color: #999999;}

.cpmshu .newslist .hpage{font-size: 14px;width:890px;margin:0 auto;text-align:center;padding:50px 0px 50px 0px;color:#333333;overflow: hidden;}
.cpmshu .newslist .hpage span{ font-size:12px; color:#ffffff;background:#000000; padding:2px 8px; border:1px solid #000000;margin-right:0px;font-size:14px; border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.cpmshu .newslist .hpage a{margin: 0 5px;text-decoration:none;color:#303030;padding: 2px 8px;border:1px solid #B1B1B1;font-size: 14px;border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.cpmshu .newslist .hpage a:hover{ color:#ff6600; text-decoration:none}

/*   内页-企业形象  */
.cpmshu .majority{width:928px; padding:19px 0px; border:1px solid #ededed; box-shadow: 0 1px 3px rgba(0,37,55,0.05); line-height:25px; font-size:14px;float:right}
.cpmshu .majority .tittle{width:865px; margin:0 19px 20px 19px; float:left; font-weight:bold; font-size:16px; position:relative; padding-bottom:10px; border-bottom:1px solid #ededed; background:url(../pic/bnewsbg.png) 0 0 no-repeat; height:20px; line-height:20px; padding-left:25px; } 


.cpmshu .majority li{ width:273px; margin-left:20px; float:left; height:330px; overflow:hidden; padding:4px; background:#f7f7f7; border:1px solid #ededed; margin-bottom:20px; position:relative}
.cpmshu .majority li span{ width:273px; height:273px; float:left; position:relative}
.cpmshu .majority li span img{ left:0; right:0; top:0; bottom:0; position:absolute; margin:auto; max-height:273px; max-width:273px;}
.cpmshu .majority li h2{ float:left; width:260px; font-size:14px; font-weight:normal; line-height:25px; padding:5px 0 0 0; height:50px; position:relative; z-index:3; overflow:hidden}
.cpmshu .majority li:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: -100%; top: 0; transition: 0.3s all ease; background: #006bbd\9; background: -moz-linear-gradient(top, #006bbd 0%, #007ad8 100%);background: -webkit-linear-gradient(top, #006bbd 0%,#007ad8 100%); background: linear-gradient(to bottom, #006bbd 0%,#007ad8 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bbd', endColorstr='#007ad8',GradientType=0 );}
.cpmshu .majority li:hover:before{left:0;}
.cpmshu .majority li:hover h2{ color:#ffffff}
.cpmshu .majority .hpage{font-size: 14px;width:890px;margin:0 auto;text-align:center;padding:50px 0px 50px 0px;color:#333333;overflow: hidden;}
.cpmshu .majority .hpage span{ font-size:12px; color:#ffffff;background:#000000; padding:2px 8px; border:1px solid #000000;margin-right:0px;font-size:14px; border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.cpmshu .majority .hpage a{margin: 0 5px;text-decoration:none;color:#303030;padding: 2px 8px;border:1px solid #B1B1B1;font-size: 14px;border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.cpmshu .majority .hpage a:hover{ color:#ff6600; text-decoration:none}


.msgBack{width: 100%;height: 100%;background: #000;padding: 30px;position: fixed;left: 0;top: 0;border: 1px solid #d1d1d1;opacity: 0.5;z-index: 9999;}
.msgResult{width:290px;height: 40px;background:#ffffff;padding:30px;position:fixed;margin: auto;left: 0;top: 0;right: 0;bottom: 0;border:1px solid #d1d1d1;z-index:9999;}
.msgResult a{ position:absolute; right:0; top:0; width:30px; height:30px; font-size:20px; font-family:Arial, Helvetica, sans-serif; line-height:30px; text-align:center; color:#888888}
.msgResult .tittle{ width:290px; float:left; text-align:center; font-size:20px; font-weight:bold; position:relative; margin-bottom:20px}
.msgResult .tittle font{color: #006bbd;}
.msgResult .tittle:after{content:""; width:90px; height:3px; background:#b6b6b6; left:50%; margin-left:-45px; position:absolute; bottom:-10px }

